home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / comm / term / term_source.lha / Extras / Source / term-source.lha / Glue / XProtocolSetup.asm < prev    next >
Assembly Source File  |  1996-10-20  |  265b  |  14 lines

  1. *** DO NOT EDIT: FILE BUILT AUTOMATICALLY
  2. *** XProtocolSetup ram interface
  3.     XREF    _XProtocolBase
  4.     SECTION    xprotocol,code
  5.     XDEF    _XProtocolSetup
  6. _XProtocolSetup:
  7.         move.l    a6,-(sp)
  8.         move.l    _XProtocolBase,a6
  9.         move.l    8(sp),a0
  10.         jsr    -36(a6)
  11.         move.l    (sp)+,a6
  12.         rts
  13.     END
  14.